crypto/internal/fips140/sha3.Digest.n (field)

13 uses

	crypto/internal/fips140/sha3 (current package)
		sha3.go#L35: 	n, rate int
		sha3.go#L68: 	d.n = 0
		sha3.go#L79: 	d.n = 0
		sha3.go#L89: 	d.a[d.n] ^= d.dsbyte
		sha3.go#L109: 		x := subtle.XORBytes(d.a[d.n:d.rate], d.a[d.n:d.rate], p)
		sha3.go#L110: 		d.n += x
		sha3.go#L114: 		if d.n == d.rate {
		sha3.go#L134: 		if d.n == d.rate {
		sha3.go#L138: 		x := copy(out, d.a[d.n:d.rate])
		sha3.go#L139: 		d.n += x
		sha3.go#L195: 	b = append(b, byte(d.n), byte(d.state))
		sha3.go#L228: 	d.n = n